CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array class

搜索资源列表

  1. P_system

    0下载:
  2. 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4671
    • 提供者:zhangk
  1. class.db

    0下载:
  2. 56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert(
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5339
    • 提供者:夏一平
  1. aarray

    0下载:
  2. 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2038
    • 提供者:鄭線
  1. ActionScript编程实例

    1下载:
  2. Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
  3. 所属分类:FlashMX源码

  1. ADMixer_Meter

    0下载:
  2. 显示wave文件播放时声音的序列-Displaying the array of play of wave file
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-15
    • 文件大小:84520
    • 提供者:站长
  1. 二维数组,映射类

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:10566
    • 提供者:none
  1. array

    0下载:
  2. C++的数组类管理类定义 被本人持续使用并完善超过20年 支持动态数组,和2维数组 类似于VC++中的CArray,且许多内部方法都与CArray的内部方法相同,但效率和方便性比CArray要好许多。特别重要的是:它们可以跨平台地工作于任何C++开发环境。-A c++ array management type definition series. They work like CArray class in VC++.But they work more efficient a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5881
    • 提供者:zeng rongjia
  1. employee

    0下载:
  2. 雇员管理 掌握类的构造函数和析构函数的概念和使用方法 掌握对对象数组、对象的指针及其使用方法 进一步加深对类和对象的理解-Employees to manage a class constructor and destructor of the concepts and master the use of an array of objects, object and its use to further deepen the understanding of classes and objec
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:612
    • 提供者:阿忆
  1. arrayclass

    0下载:
  2. C++算法中关于array类的定义,值得学习-C++ algorithm on the array class definition, it is worth learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8694
    • 提供者:Kid
  1. javaconnection

    0下载:
  2. java通讯录课程设计,序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的直接将通讯记录对象直接写入文件中,另外为了方便添加和删除一条记录还使用了系统的对象数组类Arraylist。同时也方便了查找操作 -java address book curriculum design, sequence using ObjectInPutStream and ObjectOutPutStream input an
  3. 所属分类:Applet

    • 发布日期:2017-03-31
    • 文件大小:35036
    • 提供者:古丽
  1. lab_10

    0下载:
  2. 1.将直接插入程序,直接选排程序,冒泡程序,顺序查找函数封装到数组类中,作为成员函数,实现并测试类 2.定义一个整形数组,使用C++标准模板库(STL)中查找函数find()进行数据的查找 3.定义一个对people类对象数组按编号排序的函数,一个按编号查找people对象的函数。在测试过程中对使用前面实验得到的结果定义教师数组和学生数组,分别对教师数组和学生数组进行排序和查找-1. Will directly insert the procedure, direct election
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7692
    • 提供者:YIDIANER
  1. polynomial

    1下载:
  2. Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent, e.g., the term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:2258
    • 提供者:wang
  1. Array

    0下载:
  2. 数组类的定义,自己写的,根据 清华大学数据结构上面改编的-Array class definition, write, according to the above data structure adapted Tsinghua University
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1724
    • 提供者:陈根
  1. array

    0下载:
  2. 数组类的设计,关于数组类的封装,重载了【】,一些方法-the design of array class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1058
    • 提供者:jack
  1. dynamic-array-distribution

    0下载:
  2. 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3784
    • 提供者:zhusujie
  1. One-dimensional-dynamic-array-class

    0下载:
  2. 一维动态数组类:定义和一维动态数组,包括重载数组运算符-One-dimensional dynamic array class: definition and one-dimensional dynamic array, including overloaded array operator
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:854
    • 提供者:zzs
  1. Dynamic-array-class

    0下载:
  2. 动态数组类,动态数组(Dynamic Array)类的封装练习-Dynamic array class, dynamic array (Dynamic Array) package practice
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-08
    • 文件大小:4579346
    • 提供者:李丁
  1. fast-array

    0下载:
  2. 小马作品,利用快速数组类对文本数组进行快速的赋值.. -by Mister Ma, using fast array class for fast text array assignment ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3960
    • 提供者:宋玉
  1. fast-array

    0下载:
  2. 小马作品,利用快速数组类对文本数组进行快速的赋值-by Mister Ma, using fast array class for fast text array assignment ..
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4001
    • 提供者:pai951739
  1. Array

    1下载:
  2. C++数组类的定义。构造函数。析构函数。成员函数,-C++ The definition of an array class. Constructor. Destructor. Member functions, and so on........
  3. 所属分类:Other windows programs

« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com